projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3027fc3
)
(cua-inhibit-cua-keys): Add defvar.
author
Juanma Barranquero
<lekktu@gmail.com>
Wed, 31 Aug 2005 13:50:14 +0000
(13:50 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Wed, 31 Aug 2005 13:50:14 +0000
(13:50 +0000)
lisp/ido.el
patch
|
blob
|
history
diff --git
a/lisp/ido.el
b/lisp/ido.el
index 2ea7476ce45c5defc628de79a588decf006dff54..7c9d269417a48ea9eff7dd643ee8575ce3adf4cd 100644
(file)
--- a/
lisp/ido.el
+++ b/
lisp/ido.el
@@
-323,6
+323,8
@@
(provide 'ido)
+(defvar cua-inhibit-cua-keys)
+
;;; User Variables
;;
;; These are some things you might want to change.